home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / pc / program / ad / mod04 / nbob / 00030.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  119 b   |  9 lines

  1. on exitFrame
  2.   global gBackPack
  3.   if getOne(gBackPack, #coins) = 0 then
  4.     continue()
  5.   else
  6.     go("S")
  7.   end if
  8. end
  9.